﻿html, body {
    height: 100%;
    width: 100%;
    font-family: -apple-system,PingFang SC,Microsoft YaHei,Lantinghei SC,Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

.mainpageContanier {
    width: 1200px;
    margin: auto;
}

.mybtn {
    border: none;
    outline: none;
}

    .mybtn:hover {
        opacity: 0.9;
        cursor: pointer;
    }

.layui-icon-vercode {
    position: absolute;
    top: 11px;
    z-index: 1;
    left: 7px;
}

.virifypop .layui-card {
    padding-top: 30px;
    margin: auto;
    width: 85%;
    border: none;
}

.virifypop .btndiv {
    margin-top: 40px;
    text-align: right;
}

    .virifypop .btndiv .ok {
        background-color: #4ab3a4;
        width: 74px;
        height: 34px;
    }

    .virifypop .btndiv .cancel {
        background-color: #5b9bd1;
        width: 74px;
        height: 34px;
    }

.vcenter::after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}

.vcenter span {
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearafter::after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
}

.sltext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cl {
    clear: both;
}

.hide {
    display: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #a3a3a3;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a3a3a3;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a3a3a3;
}
/*滚动条开始*/
/* ::-webkit-scrollbar {
                  width: 15px;
            }  这是针对缺省样式 (必须的)*/

/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(250, 250, 250,0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0,0,0,0.4);
    }
/*滚动条结束*/
/*信息列表开始*/
.Key_text {
    margin-top: 8px;
}

    .Key_text::after, .clearAfter::after {
        content: "";
        display: block;
        height: 0px;
        clear: both;
    }

    .Key_text .dkey {
        float: left;
        margin-right: 5px;
    }

    .Key_text .dtext {
        float: left;
        color: #2e3136;
        font-weight: bold;
    }
/*信息列表结束*/

.nodata {
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

    .nodata .tip {
        padding-top: 146px;
        color: #6a6a6a;
        font-size: 17px;
        text-align: center;
        background: url(/WSContent/images/wsj.png) 105px center no-repeat;
    }

.tranformpop .pleft {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 8px;
}

.tranformpop .pright {
    float: left;
    width: 280px;
}

.tranformpop .popcontent {
    padding: 20px 25px;
    color: #6a6a69;
    font-size: 17px;
}

.tranformpop .bottomdiv {
    text-align: right;
    margin-top: 25px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: var(--theme-color);
}

.typeblue .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #037edb;
}

.typeblue .bsimg {
    display: inline-block;
}
.typeblue .rsimg {
    display: none;
}